home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / etc_-_Configuration_Files / ISAPNP_C.{1B < prev    next >
Text File  |  1999-09-17  |  898b  |  27 lines

  1. # /etc/isapnp.conf
  2. # See the docs in /usr/doc/isapnptools for instructions on setting up Plug
  3. # and Play cards with Linux, including how to set up this configuration file
  4. # with 'pnpdump'.
  5.  
  6. # LD n = Logical device, ie write to reg 7
  7. # IO n = IO descriptor n
  8. # BASE n = IO/Mem address
  9. # INT n = Interrupt req n
  10. # IRQ n = Interrupt level
  11. # MODE = line levels etc
  12. # ACT = Activate
  13.  
  14. #(debug)
  15. #(IGNORECRC)
  16. (READPORT 0x3bb)
  17. (ISOLATE)
  18. (IDENTIFY *)
  19. (CONFIGURE DFX0000/1493 (LD 0 (IO 0 (BASE 0x3e8)) (INT 0 (IRQ 12 (MODE +E))) (ACT Y)))
  20. (CONFIGURE DFX0000/1493 (LD 0 (REG 7 (PEEK)) (REG 0x30 (PEEK))))
  21. (CONFIGURE DFX0000/1493 (LD 1 (REG 7 (PEEK)) (REG 0x30 (PEEK))))
  22. # Try to force logical device 2 (which doesn't exist)...
  23. (CONFIGURE DFX0000/1493 (LD 1 (REG 7 (POKE 2) (PEEK)) (REG 0x30 (PEEK))))
  24. # .. hence this gives an error
  25. (CONFIGURE DFX0000/1493 (LD 2 (REG 7 (PEEK)) (REG 0x30 (PEEK))))
  26. (WAITFORKEY)
  27.